derelict.jwt.jwtfuncs

Undocumented in source.

Members

Aliases

da_jwt_add_grant
alias da_jwt_add_grant = int function(jwt_t* jwt, const(char)* grant, const(char)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_add_grant_int
alias da_jwt_add_grant_int = int function(jwt_t* jwt, const(char)* grant, long val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_add_grants_json
alias da_jwt_add_grants_json = int function(jwt_t* jwt, const(char)* json)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_decode
alias da_jwt_decode = int function(jwt_t** jwt, const(char)* token, const(char)* key, int key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_del_grant
alias da_jwt_del_grant = int function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_del_grants
alias da_jwt_del_grants = int function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_dump_fp
alias da_jwt_dump_fp = int function(jwt_t* jwt, FILE* fp, int pretty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_dump_str
alias da_jwt_dump_str = char* function(jwt_t* jwt, FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_dup
alias da_jwt_dup = jwt_t* function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_encode_fp
alias da_jwt_encode_fp = char* function(jwt_t* jwt, FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_enocde_str
alias da_jwt_enocde_str = char* function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_free
alias da_jwt_free = void function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_get_alg
alias da_jwt_get_alg = jwt_alg_t function(jwt_t* jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_get_grant
alias da_jwt_get_grant = const(char)* function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_get_grant_int
alias da_jwt_get_grant_int = long function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_get_grants_json
alias da_jwt_get_grants_json = char* function(jwt_t* jwt, const(char)* grant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_new
alias da_jwt_new = int function(jwt_t** jwt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_jwt_set_alg
alias da_jwt_set_alg = int function(jwt_t* jwt, jwt_alg_t alg, const(char)* key, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

jwt_add_grant
da_jwt_add_grant jwt_add_grant;
Undocumented in source.
jwt_add_grants_json
da_jwt_add_grants_json jwt_add_grants_json;
Undocumented in source.
jwt_decode
da_jwt_decode jwt_decode;
Undocumented in source.
jwt_del_grant
deprecated da_jwt_del_grant jwt_del_grant;
Undocumented in source.
jwt_del_grants
da_jwt_del_grants jwt_del_grants;
Undocumented in source.
jwt_dump_fp
da_jwt_dump_fp jwt_dump_fp;
Undocumented in source.
jwt_dump_str
da_jwt_dump_str jwt_dump_str;
Undocumented in source.
jwt_dup
da_jwt_dup jwt_dup;
Undocumented in source.
jwt_encode_fp
da_jwt_encode_fp jwt_encode_fp;
Undocumented in source.
jwt_encode_str
da_jwt_enocde_str jwt_encode_str;
Undocumented in source.
jwt_free
da_jwt_free jwt_free;
Undocumented in source.
jwt_get_alg
da_jwt_get_alg jwt_get_alg;
Undocumented in source.
jwt_get_grant
da_jwt_get_grant jwt_get_grant;
Undocumented in source.
jwt_get_grant_int
da_jwt_get_grant_int jwt_get_grant_int;
Undocumented in source.
jwt_get_grants_json
da_jwt_get_grants_json jwt_get_grants_json;
Undocumented in source.
jwt_new
da_jwt_new jwt_new;
Undocumented in source.
jwt_set_alg
da_jwt_set_alg jwt_set_alg;
Undocumented in source.

Meta